Top 10k strings from Roulette (19xx)(Martin Cowie).tzx in <root> / bin / z80 / software / Sinclair Spectrum Collection TOSEC.exe / Sinclair ZX Spectrum - Games / [TZX] /

Back to the directory listing

   3 ;"      ";
   2 ;"ROULETTE"
   2 ;"Press any key":
   2 ;"MONEY=`";MONEY
   2 ***********************
   1 WIN=WIN+B(Z,2
   1 WIN=WIN+B(49
   1 WIN=WIN+B(48
   1 WIN=WIN+B(47
   1 WIN=WIN+B(46
   1 WIN=WIN+B(45
   1 WIN=WIN+B(44
   1 WIN=WIN+B(43
   1 WIN=WIN+B(42
   1 WIN=WIN+B(41
   1 WIN=WIN+B(40
   1 WIN=WIN+B(39
   1 WIN=WIN+B(38
   1 ROULETTE  
   1 MONEY=MONEY-C
   1 MONEY=MONEY+WIN
   1 DEFINE VARIBLES
   1 ;"`";WIN+MONEY
   1 ;"YOUR MONEY PLUS YOUR"
   1 ;"YOU ARE SKINT"
   1 ;"WISH TO BET ON?"
   1 ;"WINNINGS IS"
   1 ;"WHICH NUMBER DO YOU ";
   1 ;"WHICH DOZEN?        "
   1 ;"WHICH COLUMN?       "
   1 ;"WHEEL SPINNING"
   1 ;"WHAT DO YOU WISH TO"
   1 ;"TOTAL WINNINGS ARE"
   1 ;"TO BET?"
   1 ;"THE WHEEL STOPPED"
   1 ;"PRESS ~P~ KEY TO RUN"
   1 ;"HOW MUCH DO YOU WISH"
   1 ;"BET ON (1-10)?"
   1 ;"AT NUMBER ";Z
   1 ;"9-RED BET"
   1 ;"8-BLACK BET"
   1 ;"7-A DOZENS BET"
   1 ;"6-A IMPAIR BET"
   1 ;"5-A PAIR BET"
   1 ;"4-A MANQUE BET"
   1 ;"3-THIRD"
   1 ;"3-A PASSE BET"
   1 ;"2-SECOND"
   1 ;"2-A COLUMN BET"
   1 ;"10-SPIN THE WHEEL"
   1 ;"1-FIRST"
   1 ;"1-A SINGLE NUMBER"
   1 ;"        "
   1 ;"                    "
   1 ***DEFINE CHARACTORS***
   1 ***BY MARTIN.I.COWIE***
   1 ****48K ZX SPECTRUM****
   1 *******ROULETTE********
   1 *******DRAW BOARD******
   1 *** INSTRUCTIONS ***
   1 "There are 9 types of possible   bet, each with different odds."
   1 "The bets are:"
   1 "NUMBER";A$
   1 "NUMBER ";N
   1 "9. Red: Betting on all the red  numbers."
   1 "8. Black: Betting on  all the   black numbers."
   1 "7. Dozens: Betting on one of thethree blocks of 12 numbers."
   1 "6. Impair: Betting on all the   odd numbers."
   1 "5. Pair: Betting on all the evennumbers."
   1 "4. Manque: Betting on the       numbers 1 to 18."
   1 "3. Passe: Betting on the numbers19 to 36."
   1 "2. A column bet: Betting on any of the three columns."
   1 "1. A single number: Betting on asingle number between 1 and 36."
   1 "  This is a computer adaptation of the casino game Roulette."